From d3487c7a1ae2b22efe322d6132820f911b8f1b8a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 28 Feb 2001 12:41:46 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 21 +++++++++++++++++++++ lisp/ChangeLog | 2 ++ 2 files changed, 23 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index c82e503195e..8870900c24f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1502,6 +1502,27 @@ methods in Leim. These new environments mainly select appropriate translations of the tutorial. +** In Ethiopic language environment, special key bindings for +function keys are changed as follows. This is to conform to "Emacs +Lisp Coding Convention". + + new command old-binding + --- ------- ----------- + f3 ethio-fidel-to-sera-buffer f5 + S-f3 ethio-fidel-to-sera-region f5 + C-f3 ethio-fidel-to-sera-mail-or-marker f5 + + f4 ethio-sera-to-fidel-buffer unchanged + S-f4 ethio-sera-to-fidel-region unchanged + C-f4 ethio-sera-to-fidel-mail-or-marker unchanged + + S-f5 ethio-toggle-punctuation f3 + S-f6 ethio-modify-vowel f6 + S-f7 ethio-replace-space f7 + S-f8 ethio-input-special-character f8 + S-f9 ethio-replace-space unchanged + C-f9 ethio-toggle-space f2 + +++ ** Fortran mode has a new command `fortran-strip-sequence-nos' to remove text past column 72. The syntax class of `\' in Fortran is now diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a4b8ccaa54..bad9df015e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,8 @@ * language/ethiopic.el ("Ethiopic"): Add documentation. +2001-02-28 Kenichi Handa + * international/utf-8.el (mule-utf-8): Set coding-category property to coding-category-utf-8. -- 2.30.2